home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Equipe de France et Bonbons
/
EquipeFrancePromoCD.iso
/
pages
/
cs_cadbury
/
loadergfx.swf
/
scripts
/
DefineButton2_479
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-03-19
|
258 b
|
13 lines
on(press){
i = 1;
while(i < 10)
{
if(_root["var" + i] != UNDEFINED && _root["val" + i] != UNDEFINED)
{
furl += _root["var" + i] + "=" + _root["val" + i] + "&";
}
i++;
}
_root.gotoAndPlay("tut3");
}